Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #SpringData CouchDb - 67 results found.
NameDescriptionTypePackageFramework
AbstractAuditableAbstract base class for auditable entities.Classorg.springframework.data.jpa.domainSpringData CouchDb
AbstractAuditable_Classorg.springframework.data.jpa.domainSpringData CouchDb
AbstractJpaQueryAbstract base class to implement RepositoryQuerys.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
AbstractPersistableAbstract base class for entities.Classorg.springframework.data.jpa.domainSpringData CouchDb
AbstractPersistable_Classorg.springframework.data.jpa.domainSpringData CouchDb
AuditingBeanDefinitionParserBeanDefinitionParser for the auditing element.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
AuditingBeanFactoryPostProcessorBeanFactoryPostProcessor that ensures that the AnnotationBeanConfigurerAspect aspect is up andrunning before the EntityManagerFactory gets created as this already instantiatesClassorg.springframework.data.jpa.domain.supportSpringData CouchDb
AuditingEntityListenerJPA entity listener to capture auditing information on persiting and updating entities.Classorg.springframework.data.jpa.domain.supportSpringData CouchDb
BeanDefinitionUtilsUtility methods to work with BeanDefinition instances from BeanFactoryPostProcessors.Classorg.springframework.data.jpa.utilSpringData CouchDb
ClasspathScanningPersistenceUnitPostProcessorPersistenceUnitPostProcessor that will scan for classes annotated with Entity orMappedSuperclass and add them to the PersistenceUnit post processed.Classorg.springframework.data.jpa.supportSpringData CouchDb
CrudMethodMetadataInterface to abstract CrudMethodMetadata that provide the LockModeType to be used for queryAuthor:Oliver Gierke, Thomas DarimontInterfaceorg.springframework.data.jpa.repository.supportSpringData CouchDb
DefaultJpaContextDefault implementation of JpaContext.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
DefaultJpaEntityMetadataDefault implementation for JpaEntityMetadata.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
EnableJpaAuditingAnnotation to enable auditing in JPA via annotation configuration.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
EnableJpaRepositoriesAnnotation to enable JPA repositories.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
EntityGraphAnnotation to configure the JPA 2.Classorg.springframework.data.jpa.repositorySpringData CouchDb
EntityManagerBeanDefinitionRegistrarPostProcessorBeanFactoryPostProcessor to register a SharedEntityManagerCreator for everyEntityManagerFactory bean definition found in the application context to enable autowiringClassorg.springframework.data.jpa.repository.supportSpringData CouchDb
InvalidJpaQueryMethodExceptionSignals that we encountered an invalid query method.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
Jpa21UtilsUtils for bridging various JPA 2.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaContextInterface for components to provide useful information about the current JPA setup within the currentSince:1.Interfaceorg.springframework.data.jpa.repositorySpringData CouchDb
JpaCountQueryCreatorSpecial JpaQueryCreator that creates a count projecting query.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaEntityGraphEntityGraph configuration for JPA 2.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaEntityInformationExtension of EntityInformation to capture additional JPA specific information about entities.Interfaceorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaEntityInformationSupportBase class for JpaEntityInformation implementations to share common method implementations.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaEntityMetadataJPA specific extension of EntityMetadata.Interfaceorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaMetamodelEntityInformationto find the domain class' id field.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaMetamodelMappingContextMappingContext implementation based on a Jpa Metamodel.Classorg.springframework.data.jpa.mappingSpringData CouchDb
JpaParametersCustom extension of Parameters discovering additional query parameter annotations.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaPersistableEntityInformationExtension of JpaMetamodelEntityInformation that consideres methods of Persistable to lookup the id.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaPersistentEntityInterface for a JPA-specific entity.Interfaceorg.springframework.data.jpa.mappingSpringData CouchDb
JpaPersistentPropertyInterface for a JPA-specific PersistentProperty.Interfaceorg.springframework.data.jpa.mappingSpringData CouchDb
JpaQueryCreatorQuery creator to create a CriteriaQuery from a PartTree.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaQueryExecutionSet of classes to contain query execution strategies.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaQueryLookupStrategyQuery lookup strategy to execute finders.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaQueryMethodJPA specific extension of QueryMethod.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
JpaRepositoryJPA specific extension of Repository.Interfaceorg.springframework.data.jpa.repositorySpringData CouchDb
JpaRepositoryConfigExtensionJPA specific configuration extension parsing custom attributes from the XML namespace andEnableJpaRepositories annotation.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
JpaRepositoryExtensionA portable CDI extension which registers beans for Spring Data JPA repositories.Classorg.springframework.data.jpa.repository.cdiSpringData CouchDb
JpaRepositoryFactoryJPA specific generic repository factory.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaRepositoryFactoryBeanSpecial adapter for Springs FactoryBean interface to allow easy setup ofrepository factories via Spring configuration.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
JpaRepositoryNameSpaceHandlerSimple namespace handler for repositories namespace.Classorg.springframework.data.jpa.repository.configSpringData CouchDb
JpaSortSort option for queries that wraps JPA meta-model Attributes for sorting.Classorg.springframework.data.jpa.domainSpringData CouchDb
JpaSpecificationExecutorInterface to allow execution of Specifications based on the JPA criteria API.Interfaceorg.springframework.data.jpa.repositorySpringData CouchDb
Jsr310JpaConvertersJPA 2.Classorg.springframework.data.jpa.convert.threetenSpringData CouchDb
LockAnnotation used to specify the LockModeType to be used when executing the query.Classorg.springframework.data.jpa.repositorySpringData CouchDb
MergingPersistenceUnitManagerpersistence.Classorg.springframework.data.jpa.supportSpringData CouchDb
ModifyingIndicates a method should be regarded as modifying query.Classorg.springframework.data.jpa.repositorySpringData CouchDb
ParameterBinderParameterBinder is used to bind method parameters to a Query.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
PartTreeJpaQueryA AbstractJpaQuery implementation based on a PartTree.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
PersistenceProviderenum PersistenceProviderEnumeration representing persistence providers to be used.Classorg.springframework.data.jpa.providerSpringData CouchDb
ProcedureAnnotation to declare JPA 2.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
ProxyIdAccessorInterface for a persistence provider specific accessor of identifiers held in proxies.Interfaceorg.springframework.data.jpa.providerSpringData CouchDb
QAbstractAuditableQAbstractAuditable is a Querydsl query type for AbstractAuditableSee Also:Serialized FormClassorg.springframework.data.jpa.domainSpringData CouchDb
QAbstractPersistableQAbstractPersistable is a Querydsl query type for AbstractPersistableSee Also:Serialized FormClassorg.springframework.data.jpa.domainSpringData CouchDb
QueryAnnotation to declare finder queries directly on repository methods.Classorg.springframework.data.jpa.repositorySpringData CouchDb
QuerydslHelper instance to ease access to Querydsl JPA query API.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
QueryDslJpaRepositoryQueryDsl specific extension of SimpleJpaRepository which adds implementation forQueryDslPredicateExecutor.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
QueryDslRepositorySupportBase class for implementing repositories using QueryDsl library.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
QueryExtractorInterface to hide different implementations to extract the original JPA query string from a Query.Interfaceorg.springframework.data.jpa.providerSpringData CouchDb
QueryHintsWrapper annotation to allow QueryHint annotations to be bound to methods.Classorg.springframework.data.jpa.repositorySpringData CouchDb
QueryUtilsSimple utility class to create JPA queries.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
SimpleJpaRepositoryDefault implementation of the CrudRepository interface.Classorg.springframework.data.jpa.repository.supportSpringData CouchDb
SpecificationSpecification in the sense of Domain Driven Design.Interfaceorg.springframework.data.jpa.domainSpringData CouchDb
SpecificationsHelper class to easily combine Specification instances.Classorg.springframework.data.jpa.domainSpringData CouchDb
StringQueryParameterBinderParameterBinder that takes StringQuery.Classorg.springframework.data.jpa.repository.querySpringData CouchDb
TemporalAnnotation to declare an appropriate TemporalType on query method parameters.Classorg.springframework.data.jpa.repositorySpringData CouchDb
ThreeTenBackPortJpaConvertersJPA 2.Classorg.springframework.data.jpa.convert.threetenbpSpringData CouchDb